home *** CD-ROM | disk | FTP | other *** search
/ Softdisk for Windows 38 / Softdisk for Windows 38.iso / oilpro / OILPRO.EXE / OILPRO.DXR / 00047_STARTGRID2.ls < prev    next >
Encoding:
Text File  |  1997-08-20  |  183 b   |  10 lines

  1. on mouseUp
  2.   global STARTED, DR
  3.   if STARTED = 0 then
  4.     set the castNum of sprite 21 to cast "STARTGRID3"
  5.     set DR to 3
  6.     puppetSound("STARTWAV")
  7.     updateStage()
  8.   end if
  9. end
  10.